home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / wnbff14.zip / WINBIFF.TXT < prev   
Text File  |  1993-01-01  |  5KB  |  122 lines

  1.  
  2. WinBiff 1.4 - (C) Copyright 1992-93, Paul A. Steckler
  3. --------------------------------------------------
  4.  
  5. WinBiff is a Windows 3.x version of the well-known Un*x biff 
  6. program, designed for use in conjunction with mail delivery 
  7. programs such as UUPC/extended, Waffle, and sendmail.
  8.  
  9. INSTALLING WINBIFF
  10. ------------------
  11.  
  12. Copy the file WINBIFF.EXE to any directory listed in your PATH.
  13. Typically, users keep WINBIFF.EXE in a directory along with other
  14. small Windows utilities.
  15.  
  16. To configure WinBiff for your system, start the program, and
  17. select "Setup" from the system menu in the upper left window. In
  18. the dialog box which pops up, enter a suitable polling interval
  19. (how often WinBiff checks your mail file), the full pathname of
  20. the file your mail program creates, and the command to invoke
  21. your mail reader (including any command-line arguments).  The
  22. minimum polling interval is 5 seconds.  (Note for Waffle users:
  23. Waffle creates two mailbox files, a text file with a .f, and an
  24. index file with a .i extension -- specify the .f file for
  25. WinBiff.)  By clicking with the left mouse button in the
  26. appropriate boxes, you may choose the additional options:
  27.  
  28.         o start the program minimized
  29.         o "autosize" the program window
  30.         o show mail headers
  31.         o reverse sort headers by order of arrival
  32.  
  33. The "autosize" option tells WinBiff to display an icon when there
  34. is no mail, and to display a window (with or without headers)
  35. when mail is present.  The reverse sort option is inapplicable,
  36. and its checkbox disabled, unless the show headers option is
  37. selected.
  38.  
  39. If you press the "Save" button, a WINBIFF.INI file is created,
  40. and the values you have given will be recalled when the program
  41. is started subsequently. The WINBIFF.INI file will be placed in
  42. your Windows directory.
  43.  
  44. When running WinBiff, you may override arguments in the
  45. initialization file with command-line arguments:
  46.  
  47.         WINBIFF [-p #] [-f file] 
  48.                 [+/-m] [+/-h] [+/-a] [+/-r]
  49.                 [-rr reader arg1 arg2 ...]
  50.  
  51. where '#' is the polling interval, 'file' is the mailbox, +m
  52. (alternatively, -m) indicates to start WinBiff minimized (as a
  53. normal window), +h (or -h) means "show headers" (don't show), +a
  54. (-a) means "autosize" (don't autosize). +r (-r) means "reverse
  55. sort" (forward sort).  The -rr command must appear last, and is
  56. followed by the mail reader, and any arguments the reader
  57. requires.
  58.  
  59.  
  60. USING WINBIFF
  61. -------------
  62.  
  63. When WinBiff runs minimized, it displays either of two icons.
  64. One icon shows a mailbox with its flag down; the other shows
  65. the same mailbox with its flag raised, and the word "MAIL".
  66. WinBiff switches between these two icons depending on whether
  67. there is mail in the specified mail file.  The arrival of new
  68. mail causes the program to beep.
  69.  
  70. When WinBiff runs in a window, unless the show headers option has
  71. been selected, it displays bitmaps equivalent to the icons.  That
  72. is, there are two bitmaps, one for when there is no mail, and
  73. another for when there is.  If the show headers option has been
  74. selected, and there is mail, the "From:" and "Subject:" lines for
  75. up to 100 messages are displayed in the window. Scrollbars are
  76. provided, allowing scrolling through the headers. Choosing the
  77. reverse sort option displays the headers so that the
  78. latest-arriving message is at the top.
  79.  
  80. The user may force the appearance of the original, no-mail icon
  81. (or bitmap) by selecting "Clear" from the system menu. 
  82.  
  83. To invoke the mail reader, double-click with the right mouse
  84. button on the icon or window.  If the window is displayed,
  85. you may also double-click with the left mouse button.  The
  86. reader is invoked only if you have mail.
  87.  
  88. When WinBiff is iconized or the "show headers" option is set, the
  89. caption reads "WinBiff (mailbox)"; it reads just "mailbox" if
  90. headers are disabled and running as a window -- this is so the
  91. title bar is of reasonable size.  WinBiff's window is resizable;
  92. the bitmaps remain reasonably proportioned regardless of size.
  93.  
  94. WinBiff is a shareware program.  If you use the program on a regular
  95. basis, please submit contributions ($5 suggested) to:
  96.  
  97.         Paul A. Steckler
  98.         48 Hawthorne Street
  99.         Somerville, MA  02144
  100.  
  101. Users who submit $5 or more will receive updates as a uuencoded
  102. .ZIP file by e-mail. 
  103.  
  104. You may freely distribute the WinBiff executable file as long as the
  105. executable file is not modified in any way, and as long as this document
  106. accompanies the executable.
  107.  
  108. Disclaimer:  You use WinBiff at your own risk.  All warranties expressed
  109. and implied are disclaimed.  Any damages resulting from the use
  110. of WinBiff shall not result in any liability.
  111.  
  112. E-mail correspondence concerning this program may be submitted to:
  113.  
  114.         steck@ccs.northeastern.edu
  115.  
  116. Likely future enhancements are:
  117.  
  118.         o Loading user-defined icons and bitmaps from disk
  119.  
  120. January 1, 1993
  121.  
  122.